Autogenerated HTML docs for v2.22.0-428-g6d5b2 
diff --git a/gittutorial.txt b/gittutorial.txt index 242de31..59ef5ce 100644 --- a/gittutorial.txt +++ b/gittutorial.txt 
@@ -110,7 +110,7 @@  On branch master  Changes to be committed:  Your branch is up to date with 'origin/master'. - (use "git reset HEAD <file>..." to unstage) + (use "git restore --staged <file>..." to unstage)   	modified: file1 	modified: file2 @@ -207,7 +207,7 @@  type    ------------------------------------------------ -$ git checkout experimental +$ git switch experimental  ------------------------------------------------    to switch to the experimental branch. Now edit a file, commit the @@ -216,7 +216,7 @@  ------------------------------------------------  (edit file)  $ git commit -a -$ git checkout master +$ git switch master  ------------------------------------------------    Check that the change you made is no longer visible, since it was